Class CustomIOImpl

All Implemented Interfaces:
IPCObject, CustomIO, IoEComponent, Port, Process

public class CustomIOImpl extends IoEComponentImpl implements CustomIO
Information provided by the PKI file:

    \class CustomIO
    
    \brief CustomIO holds and manipulates the CustomIO on IoE devices.
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getState

      public boolean getState()
      Specified by:
      getState in interface CustomIO
      Returns:
      boolean Returns a boolean
    • setState

      public void setState(boolean state)
      Specified by:
      setState in interface CustomIO
      Parameters:
      state - Takes in a parameter of state
    • toggleState

      public void toggleState()
      Specified by:
      toggleState in interface CustomIO